inline method meaning in Chinese
将函数内联化
内联方法
Examples
- Makes it easier for the compiler to inline method calls , but this perception is incorrect or at the very least , greatly overstated
会使编译器更容易地内联方法调用,但是这种理解是不正确的(或者至少说是大大地言过其实了) 。 - Means that the compiler can inline method calls more aggressively , because it knows that at run time this is definitely the version of the method that s going to be called
意味着编译器可以更加积极地内联方法调用,因为它知道在运行时这正是要调用的方法的版本。